IGroupInchCommand 介面

代表一个轴组的移动指令,可指定最大距离。

继承体系

System.Object
  IntervalZero.KINGSTAR.Base.Class.IKsCommand
    IntervalZero.KINGSTAR.Base.Class.IGroupInchCommand

命名空间IntervalZero.KINGSTAR.Base.Class

组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
public interface IGroupInchCommand : IKsCommand
Public Interface IGroupInchCommand Inherits IKsCommand

 

IGroupInchCommand 介面陈列了以下成员。

属性

 名称说明
Acceleration加速度值。
Cancel透过将速度减速到零来取消一个轴组的移动指令。
Deceleration减速度值。
Distance一个运动的最长移动距离。
Jerk加加速度值。
Velocity指定速度值。

参见

IntervalZero.KINGSTAR.Base.Class 命名空间